Keycloak REST Services 1.3.1.Final

Path: / admin / realms / {realm} / clients / {id} / certificates / {attr}

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)
attr -

Sub-Resources
Resources
NameDescription
download
generate
upload

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients/{id}/certificates/{attr} 

Method Detail

GET /admin/realms/{realm}/clients/{id}/certificates/{attr}

HTTP Example:
GET /admin/realms/{realm}/clients/{id}/certificates/{attr}
API Example:

ClientAttributeCertificateResource.getKeyInfo({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */,
  'attr': /* attributePrefix */});

Output:
ClientKeyPairInfo -
Produces:
application/json

Keycloak REST Services 1.3.1.Final